7060677e502cf3b88b5a2610eadb2e826a9453f1,src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOasis.java,BiomeGenOasis,BiomeGenOasis,#,49

Before Change


	
    public BiomeGenOasis()
    {
        super("oasis", new PropsBuilder("Oasis").withGuiColour(7712283).withTemperature(2.0F).withRainfall(0.5F));

        // terrain
        this.terrainSettings.avgHeight(64).heightVariation(5, 3);

After Change


	
    public BiomeGenOasis()
    {
        super("oasis", new PropsBuilder("Oasis").withGuiColour(7712283).withTemperature(2.0F).withRainfall(0.5F).withRainDisabled());

        // terrain
        this.terrainSettings.avgHeight(64).heightVariation(5, 3);